From 90865c024e1265787444ba83e98ed080a9150d18 Mon Sep 17 00:00:00 2001 From: "dsteklof@us.ibm.com[iap10]" Date: Fri, 17 Jun 2005 22:43:46 +0000 Subject: [PATCH] bitkeeper revision 1.1159.258.169 (42b35222QJFB1A-V4mSUnrUrLfA8xA) [PATCH] RE: [Xen-devel] DOM0_GETDOMAININFO intended behavior Ok... now that I (unintentionally) went overboard on this, why not just document how it works and leave it as is? signed-off-by: dsteklof@us.ibm.com signed-off-by: ian@xensource.com --- BitKeeper/etc/logging_ok | 1 + tools/libxc/xc.h | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok index 59eac58efc..1930de6626 100644 --- a/BitKeeper/etc/logging_ok +++ b/BitKeeper/etc/logging_ok @@ -18,6 +18,7 @@ cl349@labyrinth.cl.cam.ac.uk cwc22@centipede.cl.cam.ac.uk djm@kirby.fc.hp.com doogie@brainfood.com +dsteklof@us.ibm.com gm281@boulderdash.cl.cam.ac.uk gm281@tetrapod.cl.cam.ac.uk hollisb@us.ibm.com diff --git a/tools/libxc/xc.h b/tools/libxc/xc.h index c4440d9838..5f46b5f137 100644 --- a/tools/libxc/xc.h +++ b/tools/libxc/xc.h @@ -114,7 +114,11 @@ int xc_domain_pincpu(int xc_handle, u32 domid, int cpu); /** - * This function will return information about one or more domains. + * This function will return information about one or more domains. It is + * designed to iterate over the list of domains. If a single domain is + * requested, this function will return the next domain in the list - if + * one exists. It is, therefore, important in this case to make sure the + * domain requested was the one returned. * * @parm xc_handle a handle to an open hypervisor interface * @parm first_domid the first domain to enumerate information from. Domains -- 2.30.2